home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 November / Freeware November 1998.img / dist / fw_emacs.idb / usr / freeware / info / emacs-23.z / emacs-23 (.txt)
GNU Info File  |  1998-10-27  |  31KB  |  503 lines

  1. This is Info file ../info/emacs, produced by Makeinfo-1.63 from the
  2. input file emacs.texi.
  3. File: emacs,  Node: Subprocesses on MS-DOS,  Next: Windows Subprocesses,  Prev: Printing and MS-DOS,  Up: MS-DOS
  4. Subprocesses on MS-DOS
  5. ======================
  6.    Because MS-DOS is a single-process "operating system", asynchronous
  7. subprocesses are not available.  In particular, Shell mode and its
  8. variants do not work.  Most Emacs features that use asynchronous
  9. subprocesses also don't work on MS-DOS, including spelling correction
  10. and GUD.  When in doubt, try and see; commands that don't work print an
  11. error message saying that asynchronous processes aren't supported.
  12.    Compilation under Emacs with `M-x compile' and grep with `M-x grep'
  13. do work, by running the inferior processes synchronously.  This means
  14. you cannot do any more editing until the compilation or the grep
  15. process finishes.
  16.    Printing commands, such as `lpr-buffer' (*note Hardcopy::.) and
  17. `ps-print-buffer' (*note Postscript::.), work in MS-DOS by sending the
  18. output to one of the printer ports.  *Note Printing and MS-DOS::.
  19.    When you run a subprocess synchronously on MS-DOS, make sure the
  20. program terminates and does not try to read keyboard input.  If the
  21. program does not terminate on its own, you will be unable to terminate
  22. it, because MS-DOS provides no general way to terminate a process.
  23.    Accessing files on other machines is not supported on MS-DOS.  Other
  24. network-oriented commands such as sending mail, Web browsing, remote
  25. login, etc., don't work either, unless network access is built into
  26. MS-DOS with some network redirector.
  27.    Dired on MS-DOS uses the `ls-lisp' package where other platforms use
  28. the system `ls' command.  Therefore, Dired on MS-DOS supports only some
  29. of the possible options you can mention in the `dired-listing-switches'
  30. variable.  The options that work are `-A', `-a', `-c', `-i', `-r', `-S',
  31. `-s', `-t', and `-u'.
  32. File: emacs,  Node: Windows Subprocesses,  Next: System Menu on Windows,  Prev: Subprocesses on MS-DOS,  Up: MS-DOS
  33. Subprocesses on Windows 95 and Windows NT
  34. =========================================
  35.    Subprocesses, both synchronous and asynchronous, work fine on both
  36. Windows 95 and Windows NT as long as you run only 32-bit Windows
  37. applications.  However, when you run a DOS application in a subprocess,
  38. you may encounter problems or be unable to run the application at all;
  39. and if you run two DOS applications at the same time in two
  40. subprocesses, you may have to reboot your system.
  41.    Since the standard command interpreter (and most command line
  42. utilities) on Windows 95 are DOS applications, these problems are
  43. significant when using that system.  But there's nothing we can do
  44. about them; only Microsoft can fix them.
  45.    If you run just one DOS application subprocess, the subprocess should
  46. work as expected as long as it is "well-behaved" and does not perform
  47. direct screen access or other unusual actions.  If you have a CPU
  48. monitor application, your machine will appear to be 100% busy even when
  49. the DOS application is idle, but this is only an artefact of the way CPU
  50. monitors measure processor load.
  51.    You must terminate the DOS application before you start any other DOS
  52. application in a different subprocess.  Emacs is unable to interrupt or
  53. terminate a DOS subprocess.  The only way you can terminate such a
  54. subprocess is by giving it a command that tells its program to exit.
  55.    If you attempt to run two DOS applications at the same time in
  56. separate subprocesses, the second one that is started will be suspended
  57. until the first one finishes, even if either or both of them are
  58. asynchronous.
  59.    If you can go to the first subprocess, and tell it to exit, the
  60. second subprocess should continue normally.  However, if the second
  61. subprocess is synchronous, Emacs itself will be hung until the first
  62. subprocess finishes.  If it will not finish without user input, then
  63. you have no choice but to reboot if you are running on Windows 95.  If
  64. you are running on Windows NT, you can use a process viewer application
  65. to kill the appropriate instance of ntvdm instead (this will terminate
  66. both DOS subprocesses).
  67.    If you have to reboot Windows 95 in this situation, do not use the
  68. `Shutdown' command on the `Start' menu; that usually hangs the system.
  69. Instead, type `CTL-ALT-DEL' and then choose `Shutdown'.  That usually
  70. works, although it may take a few minutes to do its job.
  71. File: emacs,  Node: System Menu on Windows,  Prev: Windows Subprocesses,  Up: MS-DOS
  72. Using the System Menu on Windows
  73. ================================
  74.    Emacs normally turns off the Windows feature that tapping the ALT
  75. key invokes the Windows menu.  The reason is that the ALT also serves
  76. as META in Emacs.  When using Emacs, users often press the META key
  77. temporarily and then change their minds; if this has the effect of
  78. bringing up the Windows menu, it alters the meaning of subsequent
  79. commands.  Many users find this frustrating.
  80.    You can reenable Windows's default handling of tapping the ALT key
  81. by setting `win32-pass-alt-to-system' to a non-`nil' value.
  82. File: emacs,  Node: Manifesto,  Prev: MS-DOS,  Up: Top
  83. The GNU Manifesto
  84. *****************
  85.      The GNU Manifesto which appears below was written by Richard
  86.      Stallman at the beginning of the GNU project, to ask for
  87.      participation and support.  For the first few years, it was
  88.      updated in minor ways to account for developments, but now it
  89.      seems best to leave it unchanged as most people have seen it.
  90.      Since that time, we have learned about certain common
  91.      misunderstandings that different wording could help avoid.
  92.      Footnotes added in 1993 help clarify these points.
  93.      For up-to-date information about the available GNU software,
  94.      please see the latest issue of the GNU's Bulletin.  The list is
  95.      much too long to include here.
  96. What's GNU?  Gnu's Not Unix!
  97. ============================
  98.    GNU, which stands for Gnu's Not Unix, is the name for the complete
  99. Unix-compatible software system which I am writing so that I can give it
  100. away free to everyone who can use it.(1) Several other volunteers are
  101. helping me.  Contributions of time, money, programs and equipment are
  102. greatly needed.
  103.    So far we have an Emacs text editor with Lisp for writing editor
  104. commands, a source level debugger, a yacc-compatible parser generator,
  105. a linker, and around 35 utilities.  A shell (command interpreter) is
  106. nearly completed.  A new portable optimizing C compiler has compiled
  107. itself and may be released this year.  An initial kernel exists but
  108. many more features are needed to emulate Unix.  When the kernel and
  109. compiler are finished, it will be possible to distribute a GNU system
  110. suitable for program development.  We will use TeX as our text
  111. formatter, but an nroff is being worked on.  We will use the free,
  112. portable X window system as well.  After this we will add a portable
  113. Common Lisp, an Empire game, a spreadsheet, and hundreds of other
  114. things, plus on-line documentation.  We hope to supply, eventually,
  115. everything useful that normally comes with a Unix system, and more.
  116.    GNU will be able to run Unix programs, but will not be identical to
  117. Unix.  We will make all improvements that are convenient, based on our
  118. experience with other operating systems.  In particular, we plan to
  119. have longer file names, file version numbers, a crashproof file system,
  120. file name completion perhaps, terminal-independent display support, and
  121. perhaps eventually a Lisp-based window system through which several
  122. Lisp programs and ordinary Unix programs can share a screen.  Both C
  123. and Lisp will be available as system programming languages.  We will
  124. try to support UUCP, MIT Chaosnet, and Internet protocols for
  125. communication.
  126.    GNU is aimed initially at machines in the 68000/16000 class with
  127. virtual memory, because they are the easiest machines to make it run
  128. on.  The extra effort to make it run on smaller machines will be left
  129. to someone who wants to use it on them.
  130.    To avoid horrible confusion, please pronounce the `G' in the word
  131. `GNU' when it is the name of this project.
  132. Why I Must Write GNU
  133. ====================
  134.    I consider that the golden rule requires that if I like a program I
  135. must share it with other people who like it.  Software sellers want to
  136. divide the users and conquer them, making each user agree not to share
  137. with others.  I refuse to break solidarity with other users in this
  138. way.  I cannot in good conscience sign a nondisclosure agreement or a
  139. software license agreement.  For years I worked within the Artificial
  140. Intelligence Lab to resist such tendencies and other inhospitalities,
  141. but eventually they had gone too far: I could not remain in an
  142. institution where such things are done for me against my will.
  143.    So that I can continue to use computers without dishonor, I have
  144. decided to put together a sufficient body of free software so that I
  145. will be able to get along without any software that is not free.  I
  146. have resigned from the AI lab to deny MIT any legal excuse to prevent
  147. me from giving GNU away.
  148. Why GNU Will Be Compatible with Unix
  149. ====================================
  150.    Unix is not my ideal system, but it is not too bad.  The essential
  151. features of Unix seem to be good ones, and I think I can fill in what
  152. Unix lacks without spoiling them.  And a system compatible with Unix
  153. would be convenient for many other people to adopt.
  154. How GNU Will Be Available
  155. =========================
  156.    GNU is not in the public domain.  Everyone will be permitted to
  157. modify and redistribute GNU, but no distributor will be allowed to
  158. restrict its further redistribution.  That is to say, proprietary
  159. modifications will not be allowed.  I want to make sure that all
  160. versions of GNU remain free.
  161. Why Many Other Programmers Want to Help
  162. =======================================
  163.    I have found many other programmers who are excited about GNU and
  164. want to help.
  165.    Many programmers are unhappy about the commercialization of system
  166. software.  It may enable them to make more money, but it requires them
  167. to feel in conflict with other programmers in general rather than feel
  168. as comrades.  The fundamental act of friendship among programmers is the
  169. sharing of programs; marketing arrangements now typically used
  170. essentially forbid programmers to treat others as friends.  The
  171. purchaser of software must choose between friendship and obeying the
  172. law.  Naturally, many decide that friendship is more important.  But
  173. those who believe in law often do not feel at ease with either choice.
  174. They become cynical and think that programming is just a way of making
  175. money.
  176.    By working on and using GNU rather than proprietary programs, we can
  177. be hospitable to everyone and obey the law.  In addition, GNU serves as
  178. an example to inspire and a banner to rally others to join us in
  179. sharing.  This can give us a feeling of harmony which is impossible if
  180. we use software that is not free.  For about half the programmers I
  181. talk to, this is an important happiness that money cannot replace.
  182. How You Can Contribute
  183. ======================
  184.    I am asking computer manufacturers for donations of machines and
  185. money.  I'm asking individuals for donations of programs and work.
  186.    One consequence you can expect if you donate machines is that GNU
  187. will run on them at an early date.  The machines should be complete,
  188. ready to use systems, approved for use in a residential area, and not
  189. in need of sophisticated cooling or power.
  190.    I have found very many programmers eager to contribute part-time
  191. work for GNU.  For most projects, such part-time distributed work would
  192. be very hard to coordinate; the independently-written parts would not
  193. work together.  But for the particular task of replacing Unix, this
  194. problem is absent.  A complete Unix system contains hundreds of utility
  195. programs, each of which is documented separately.  Most interface
  196. specifications are fixed by Unix compatibility.  If each contributor
  197. can write a compatible replacement for a single Unix utility, and make
  198. it work properly in place of the original on a Unix system, then these
  199. utilities will work right when put together.  Even allowing for Murphy
  200. to create a few unexpected problems, assembling these components will
  201. be a feasible task.  (The kernel will require closer communication and
  202. will be worked on by a small, tight group.)
  203.    If I get donations of money, I may be able to hire a few people full
  204. or part time.  The salary won't be high by programmers' standards, but
  205. I'm looking for people for whom building community spirit is as
  206. important as making money.  I view this as a way of enabling dedicated
  207. people to devote their full energies to working on GNU by sparing them
  208. the need to make a living in another way.
  209. Why All Computer Users Will Benefit
  210. ===================================
  211.    Once GNU is written, everyone will be able to obtain good system
  212. software free, just like air.(2)
  213.    This means much more than just saving everyone the price of a Unix
  214. license.  It means that much wasteful duplication of system programming
  215. effort will be avoided.  This effort can go instead into advancing the
  216. state of the art.
  217.    Complete system sources will be available to everyone.  As a result,
  218. a user who needs changes in the system will always be free to make them
  219. himself, or hire any available programmer or company to make them for
  220. him.  Users will no longer be at the mercy of one programmer or company
  221. which owns the sources and is in sole position to make changes.
  222.    Schools will be able to provide a much more educational environment
  223. by encouraging all students to study and improve the system code.
  224. Harvard's computer lab used to have the policy that no program could be
  225. installed on the system if its sources were not on public display, and
  226. upheld it by actually refusing to install certain programs.  I was very
  227. much inspired by this.
  228.    Finally, the overhead of considering who owns the system software
  229. and what one is or is not entitled to do with it will be lifted.
  230.    Arrangements to make people pay for using a program, including
  231. licensing of copies, always incur a tremendous cost to society through
  232. the cumbersome mechanisms necessary to figure out how much (that is,
  233. which programs) a person must pay for.  And only a police state can
  234. force everyone to obey them.  Consider a space station where air must
  235. be manufactured at great cost: charging each breather per liter of air
  236. may be fair, but wearing the metered gas mask all day and all night is
  237. intolerable even if everyone can afford to pay the air bill.  And the
  238. TV cameras everywhere to see if you ever take the mask off are
  239. outrageous.  It's better to support the air plant with a head tax and
  240. chuck the masks.
  241.    Copying all or parts of a program is as natural to a programmer as
  242. breathing, and as productive.  It ought to be as free.
  243. Some Easily Rebutted Objections to GNU's Goals
  244. ==============================================
  245.      "Nobody will use it if it is free, because that means they can't
  246.      rely on any support."
  247.      "You have to charge for the program to pay for providing the
  248.      support."
  249.    If people would rather pay for GNU plus service than get GNU free
  250. without service, a company to provide just service to people who have
  251. obtained GNU free ought to be profitable.(3)
  252.    We must distinguish between support in the form of real programming
  253. work and mere handholding.  The former is something one cannot rely on
  254. from a software vendor.  If your problem is not shared by enough
  255. people, the vendor will tell you to get lost.
  256.    If your business needs to be able to rely on support, the only way
  257. is to have all the necessary sources and tools.  Then you can hire any
  258. available person to fix your problem; you are not at the mercy of any
  259. individual.  With Unix, the price of sources puts this out of
  260. consideration for most businesses.  With GNU this will be easy.  It is
  261. still possible for there to be no available competent person, but this
  262. problem cannot be blamed on distribution arrangements.  GNU does not
  263. eliminate all the world's problems, only some of them.
  264.    Meanwhile, the users who know nothing about computers need
  265. handholding: doing things for them which they could easily do
  266. themselves but don't know how.
  267.    Such services could be provided by companies that sell just
  268. hand-holding and repair service.  If it is true that users would rather
  269. spend money and get a product with service, they will also be willing
  270. to buy the service having got the product free.  The service companies
  271. will compete in quality and price; users will not be tied to any
  272. particular one.  Meanwhile, those of us who don't need the service
  273. should be able to use the program without paying for the service.
  274.      "You cannot reach many people without advertising, and you must
  275.      charge for the program to support that."
  276.      "It's no use advertising a program people can get free."
  277.    There are various forms of free or very cheap publicity that can be
  278. used to inform numbers of computer users about something like GNU.  But
  279. it may be true that one can reach more microcomputer users with
  280. advertising.  If this is really so, a business which advertises the
  281. service of copying and mailing GNU for a fee ought to be successful
  282. enough to pay for its advertising and more.  This way, only the users
  283. who benefit from the advertising pay for it.
  284.    On the other hand, if many people get GNU from their friends, and
  285. such companies don't succeed, this will show that advertising was not
  286. really necessary to spread GNU.  Why is it that free market advocates
  287. don't want to let the free market decide this?(4)
  288.      "My company needs a proprietary operating system to get a
  289.      competitive edge."
  290.    GNU will remove operating system software from the realm of
  291. competition.  You will not be able to get an edge in this area, but
  292. neither will your competitors be able to get an edge over you.  You and
  293. they will compete in other areas, while benefiting mutually in this
  294. one.  If your business is selling an operating system, you will not
  295. like GNU, but that's tough on you.  If your business is something else,
  296. GNU can save you from being pushed into the expensive business of
  297. selling operating systems.
  298.    I would like to see GNU development supported by gifts from many
  299. manufacturers and users, reducing the cost to each.(5)
  300.      "Don't programmers deserve a reward for their creativity?"
  301.    If anything deserves a reward, it is social contribution.
  302. Creativity can be a social contribution, but only in so far as society
  303. is free to use the results.  If programmers deserve to be rewarded for
  304. creating innovative programs, by the same token they deserve to be
  305. punished if they restrict the use of these programs.
  306.      "Shouldn't a programmer be able to ask for a reward for his
  307.      creativity?"
  308.    There is nothing wrong with wanting pay for work, or seeking to
  309. maximize one's income, as long as one does not use means that are
  310. destructive.  But the means customary in the field of software today
  311. are based on destruction.
  312.    Extracting money from users of a program by restricting their use of
  313. it is destructive because the restrictions reduce the amount and the
  314. ways that the program can be used.  This reduces the amount of wealth
  315. that humanity derives from the program.  When there is a deliberate
  316. choice to restrict, the harmful consequences are deliberate destruction.
  317.    The reason a good citizen does not use such destructive means to
  318. become wealthier is that, if everyone did so, we would all become
  319. poorer from the mutual destructiveness.  This is Kantian ethics; or,
  320. the Golden Rule.  Since I do not like the consequences that result if
  321. everyone hoards information, I am required to consider it wrong for one
  322. to do so.  Specifically, the desire to be rewarded for one's creativity
  323. does not justify depriving the world in general of all or part of that
  324. creativity.
  325.      "Won't programmers starve?"
  326.    I could answer that nobody is forced to be a programmer.  Most of us
  327. cannot manage to get any money for standing on the street and making
  328. faces.  But we are not, as a result, condemned to spend our lives
  329. standing on the street making faces, and starving.  We do something
  330. else.
  331.    But that is the wrong answer because it accepts the questioner's
  332. implicit assumption: that without ownership of software, programmers
  333. cannot possibly be paid a cent.  Supposedly it is all or nothing.
  334.    The real reason programmers will not starve is that it will still be
  335. possible for them to get paid for programming; just not paid as much as
  336.    Restricting copying is not the only basis for business in software.
  337. It is the most common basis because it brings in the most money.  If it
  338. were prohibited, or rejected by the customer, software business would
  339. move to other bases of organization which are now used less often.
  340. There are always numerous ways to organize any kind of business.
  341.    Probably programming will not be as lucrative on the new basis as it
  342. is now.  But that is not an argument against the change.  It is not
  343. considered an injustice that sales clerks make the salaries that they
  344. now do.  If programmers made the same, that would not be an injustice
  345. either.  (In practice they would still make considerably more than
  346. that.)
  347.      "Don't people have a right to control how their creativity is
  348.      used?"
  349.    "Control over the use of one's ideas" really constitutes control over
  350. other people's lives; and it is usually used to make their lives more
  351. difficult.
  352.    People who have studied the issue of intellectual property rights
  353. carefully (such as lawyers) say that there is no intrinsic right to
  354. intellectual property.  The kinds of supposed intellectual property
  355. rights that the government recognizes were created by specific acts of
  356. legislation for specific purposes.
  357.    For example, the patent system was established to encourage
  358. inventors to disclose the details of their inventions.  Its purpose was
  359. to help society rather than to help inventors.  At the time, the life
  360. span of 17 years for a patent was short compared with the rate of
  361. advance of the state of the art.  Since patents are an issue only among
  362. manufacturers, for whom the cost and effort of a license agreement are
  363. small compared with setting up production, the patents often do not do
  364. much harm.  They do not obstruct most individuals who use patented
  365. products.
  366.    The idea of copyright did not exist in ancient times, when authors
  367. frequently copied other authors at length in works of non-fiction.  This
  368. practice was useful, and is the only way many authors' works have
  369. survived even in part.  The copyright system was created expressly for
  370. the purpose of encouraging authorship.  In the domain for which it was
  371. invented--books, which could be copied economically only on a printing
  372. press--it did little harm, and did not obstruct most of the individuals
  373. who read the books.
  374.    All intellectual property rights are just licenses granted by society
  375. because it was thought, rightly or wrongly, that society as a whole
  376. would benefit by granting them.  But in any particular situation, we
  377. have to ask: are we really better off granting such license?  What kind
  378. of act are we licensing a person to do?
  379.    The case of programs today is very different from that of books a
  380. hundred years ago.  The fact that the easiest way to copy a program is
  381. from one neighbor to another, the fact that a program has both source
  382. code and object code which are distinct, and the fact that a program is
  383. used rather than read and enjoyed, combine to create a situation in
  384. which a person who enforces a copyright is harming society as a whole
  385. both materially and spiritually; in which a person should not do so
  386. regardless of whether the law enables him to.
  387.      "Competition makes things get done better."
  388.    The paradigm of competition is a race: by rewarding the winner, we
  389. encourage everyone to run faster.  When capitalism really works this
  390. way, it does a good job; but its defenders are wrong in assuming it
  391. always works this way.  If the runners forget why the reward is offered
  392. and become intent on winning, no matter how, they may find other
  393. strategies--such as, attacking other runners.  If the runners get into
  394. a fist fight, they will all finish late.
  395.    Proprietary and secret software is the moral equivalent of runners
  396. in a fist fight.  Sad to say, the only referee we've got does not seem
  397. to object to fights; he just regulates them ("For every ten yards you
  398. run, you can fire one shot").  He really ought to break them up, and
  399. penalize runners for even trying to fight.
  400.      "Won't everyone stop programming without a monetary incentive?"
  401.    Actually, many people will program with absolutely no monetary
  402. incentive.  Programming has an irresistible fascination for some
  403. people, usually the people who are best at it.  There is no shortage of
  404. professional musicians who keep at it even though they have no hope of
  405. making a living that way.
  406.    But really this question, though commonly asked, is not appropriate
  407. to the situation.  Pay for programmers will not disappear, only become
  408. less.  So the right question is, will anyone program with a reduced
  409. monetary incentive?  My experience shows that they will.
  410.    For more than ten years, many of the world's best programmers worked
  411. at the Artificial Intelligence Lab for far less money than they could
  412. have had anywhere else.  They got many kinds of non-monetary rewards:
  413. fame and appreciation, for example.  And creativity is also fun, a
  414. reward in itself.
  415.    Then most of them left when offered a chance to do the same
  416. interesting work for a lot of money.
  417.    What the facts show is that people will program for reasons other
  418. than riches; but if given a chance to make a lot of money as well, they
  419. will come to expect and demand it.  Low-paying organizations do poorly
  420. in competition with high-paying ones, but they do not have to do badly
  421. if the high-paying ones are banned.
  422.      "We need the programmers desperately.  If they demand that we stop
  423.      helping our neighbors, we have to obey."
  424.    You're never so desperate that you have to obey this sort of demand.
  425. Remember: millions for defense, but not a cent for tribute!
  426.      "Programmers need to make a living somehow."
  427.    In the short run, this is true.  However, there are plenty of ways
  428. that programmers could make a living without selling the right to use a
  429. program.  This way is customary now because it brings programmers and
  430. businessmen the most money, not because it is the only way to make a
  431. living.  It is easy to find other ways if you want to find them.  Here
  432. are a number of examples.
  433.    A manufacturer introducing a new computer will pay for the porting of
  434. operating systems onto the new hardware.
  435.    The sale of teaching, hand-holding and maintenance services could
  436. also employ programmers.
  437.    People with new ideas could distribute programs as freeware, asking
  438. for donations from satisfied users, or selling hand-holding services.
  439. I have met people who are already working this way successfully.
  440.    Users with related needs can form users' groups, and pay dues.  A
  441. group would contract with programming companies to write programs that
  442. the group's members would like to use.
  443.    All sorts of development can be funded with a Software Tax:
  444.      Suppose everyone who buys a computer has to pay x percent of the
  445.      price as a software tax.  The government gives this to an agency
  446.      like the NSF to spend on software development.
  447.      But if the computer buyer makes a donation to software development
  448.      himself, he can take a credit against the tax.  He can donate to
  449.      the project of his own choosing--often, chosen because he hopes to
  450.      use the results when it is done.  He can take a credit for any
  451.      amount of donation up to the total tax he had to pay.
  452.      The total tax rate could be decided by a vote of the payers of the
  453.      tax, weighted according to the amount they will be taxed on.
  454.      The consequences:
  455.         * The computer-using community supports software development.
  456.         * This community decides what level of support is needed.
  457.         * Users who care which projects their share is spent on can
  458.           choose this for themselves.
  459.    In the long run, making programs free is a step toward the
  460. post-scarcity world, where nobody will have to work very hard just to
  461. make a living.  People will be free to devote themselves to activities
  462. that are fun, such as programming, after spending the necessary ten
  463. hours a week on required tasks such as legislation, family counseling,
  464. robot repair and asteroid prospecting.  There will be no need to be
  465. able to make a living from programming.
  466.    We have already greatly reduced the amount of work that the whole
  467. society must do for its actual productivity, but only a little of this
  468. has translated itself into leisure for workers because much
  469. nonproductive activity is required to accompany productive activity.
  470. The main causes of this are bureaucracy and isometric struggles against
  471. competition.  Free software will greatly reduce these drains in the
  472. area of software production.  We must do this, in order for technical
  473. gains in productivity to translate into less work for us.
  474.    ---------- Footnotes ----------
  475.    (1)  The wording here was careless.  The intention was that nobody
  476. would have to pay for *permission* to use the GNU system.  But the
  477. words don't make this clear, and people often interpret them as saying
  478. that copies of GNU should always be distributed at little or no charge.
  479. That was never the intent; later on, the manifesto mentions the
  480. possibility of companies providing the service of distribution for a
  481. profit.  Subsequently I have learned to distinguish carefully between
  482. "free" in the sense of freedom and "free" in the sense of price.  Free
  483. software is software that users have the freedom to distribute and
  484. change.  Some users may obtain copies at no charge, while others pay to
  485. obtain copies--and if the funds help support improving the software, so
  486. much the better.  The important thing is that everyone who has a copy
  487. has the freedom to cooperate with others in using it.
  488.    (2)  This is another place I failed to distinguish carefully between
  489. the two different meanings of "free".  The statement as it stands is
  490. not false--you can get copies of GNU software at no charge, from your
  491. friends or over the net.  But it does suggest the wrong idea.
  492.    (3)  Several such companies now exist.
  493.    (4)  The Free Software Foundation raises most of its funds from a
  494. distribution service, although it is a charity rather than a company.
  495. If *no one* chooses to obtain copies by ordering from the FSF, it will
  496. be unable to do its work.  But this does not mean that proprietary
  497. restrictions are justified to force every user to pay.  If a small
  498. fraction of all the users order copies from the FSF, that is sufficient
  499. to keep the FSF afloat.  So we ask users to choose to support us in
  500. this way.  Have you done your part?
  501.    (5)  A group of computer companies recently pooled funds to support
  502. maintenance of the GNU C Compiler.
  503.